home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
tm
/
tmgram.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-02-14
|
429b
|
23 lines
typedef union {
ds pards;
ds_list pardslist;
constructor parcons;
constructor_list parconslist;
field parfield;
field_list parfieldlist;
char *parstring;
} YYSTYPE;
extern YYSTYPE yylval;
# define BAR 257
# define COLCOLEQ 258
# define EQEQ 259
# define COLON 260
# define COMMA 261
# define NAME 262
# define SEMI 263
# define LSBRAC 264
# define RSBRAC 265
# define LRBRAC 266
# define RRBRAC 267